home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / teachtol / dict.zip / The Dictator.exe / 0 / RCDATA / TCHANGESSS / TCHANGESSS.txt
Text File  |  1997-02-01  |  843b  |  46 lines

  1. object Changesss: TChangesss
  2.   Left = 545
  3.   Top = 529
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 113
  7.   ClientWidth = 396
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnKeyPress = FormKeyPress
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Edit1: TEdit
  18.     Left = 40
  19.     Top = 24
  20.     Width = 319
  21.     Height = 21
  22.     MaxLength = 250
  23.     TabOrder = 0
  24.     OnKeyPress = Edit1KeyPress
  25.   end
  26.   object Button1: TButton
  27.     Left = 88
  28.     Top = 72
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'Done'
  32.     ModalResult = 1
  33.     TabOrder = 1
  34.     OnClick = Button1Click
  35.   end
  36.   object Button2: TButton
  37.     Left = 200
  38.     Top = 72
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45. end
  46.